Mention gdk_window_restack
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Sep 2009 17:52:29 +0000 (13:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Sep 2009 17:53:28 +0000 (13:53 -0400)
It is probably worth mentioning this function by name, since we've
added it explicitly to easy porting...

docs/reference/gtk/migrating-ClientSideWindows.sgml

index 3860ee526f3e894d325fbbea65134321a705d4d3..b1721b292959e03e878d60eb82418c32d55da573 100644 (file)
@@ -30,6 +30,8 @@
     example that we've seen is changing the child window stacking order
     using XRestackWindows(). Fixing this properly requires to fix the code
     to use GDK functions to achieve whatever it is trying to achieve.
+    To make this easier in the case of stacking order changes, we've added
+    a gdk_window_restack() function.
   </para>
 
   <para>